c*****t 发帖数: 1879 1
Finally figured out the solution, just a bunch of trials and guesses :)
...
a>
b**l 发帖数: 63 2
In XML, I have
...
http://bbs.mit.edu
Unknow Space
...
I want to have
http://bbs.mit.edu ">Unknow Space
In XSL, I used
...
">
...
It doesn't work.
Who know the answer? Thanks!
r***e 发帖数: 38 3
hehe, I think breeze means your tag is not closed.
I am new to xml, but i happened to read sth might help you
The IE5 doesn't support XSL perfectly, for attribute template
you have to use sth like this:
try it.
b****e 发帖数: 1275 5
first of all you didn't post all your code.. which is not
very good if you want help..
but anyway.. change your xsl:for-each line to:
should solve this
s***h 发帖数: 88 6
< xsl:value-of select="' '"/ >
heheheheh.............
用
b****e 发帖数: 1275 7
you need two files.. an xml file and an xsl file
test.html
XML datea
xml_t.xsl (place in same dir)
http://www.w3.org/TR/WD-xsl">
t*******y 发帖数: 57 8
如果你用xmlspy写的话,可以用stylesheet 添加condition
具体也就是之类的东西来控制,偶一般用xmlspy来做
自己研究研究就行了.
b****e 发帖数: 1275 9
if i have an xml element like
Yes|No
that I want to convert to the following html
Yes
No
how can i do that in xsl?
thanks..